home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / tr.dir / 00014_InitGameObject.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  251 b   |  9 lines

  1. on InitGameObject
  2.   global gTRGameObj, gTRInitialPopCount
  3.   set gTRGameObj to birth(script "GameParentObject")
  4.   mSetInited(gTRGameObj, 1)
  5.   mResetCatagories(gTRGameObj)
  6.   mSetPopCount(gTRGameObj, gTRInitialPopCount)
  7.   mSetWhosTurn(gTRGameObj, 1)
  8. end
  9.